ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Direct2D Namespace / StrokeStyle1 Class / Create Method / Create(Factory1,StrokeStyleProperties1,Single[]) Method
The factory.
No documentation.
No documentation.

In This Topic
    Create(Factory1,StrokeStyleProperties1,Single[]) Method
    In This Topic
    Initializes a new instance of the StrokeStyle1 class.
    Syntax
    'Declaration
     
    Public Overloads Shared Function Create( _
       ByVal factory As Factory1, _
       ByRef strokeStyleProperties As StrokeStyleProperties1, _
       ByVal dashes() As Single _
    ) As StrokeStyle1
    public static StrokeStyle1 Create( 
       Factory1 factory,
       ref StrokeStyleProperties1 strokeStyleProperties,
       float[] dashes
    )

    Parameters

    factory
    The factory.
    strokeStyleProperties
    No documentation.
    dashes
    No documentation.
    Remarks
    It is valid to specify a dash array only if DashStyle.Custom is also specified.
    See Also